<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.container::before,.container::after{
    display: none;
}
ul,li{
    margin: 0;
}
p{
    margin: 0;
}
.location{
    background: #211a14;
}
.location&gt;div{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.ny-nav{
    width: 69%;
}
.ny-nav&gt;ul&gt;li{
    display: inline-block;
    padding: 15px 30px;
    position: relative;
}
.ny-nav&gt;ul&gt;li&gt;a{
    color: #fff;
    cursor: pointer;
    font-size: 14px;
}
.ny-nav .active{
    background: #bb1515;
}
.ny-nav&gt;ul&gt;li&gt;ul{
    position: absolute;
    left: 0;
    top: 50px;
    background: #8ca2b9;
    width: 100%;
    display: none;
}
.ny-nav&gt;ul&gt;li&gt;i{
    font-size: 16px;
    color: #fff;
}
.ny-nav&gt;ul&gt;li&gt;ul&gt;li{
    border-top: 1px solid #fff;
    text-align: center;
}
.ny-nav&gt;ul&gt;li&gt;ul&gt;li a{
    color: #fff;
    display: inline-block;
    padding: 15px 5px;
    width: 100%;
}
.bread{
    width: 30%;
    text-align: right;
}
.bread p{
    padding: 15px 0;
    color: #ccc;
}
.bread p&gt;a{
    color: #ccc;
}


/* about */
.ny-con{
    padding: 30px 0;
}
.ny-con&gt;h1{
    font-size: 24px;
    font-weight: bold;
    margin: 30px 0;
}
.ny-con&gt;p{
    line-height: 50px;
    font-size: 14px;
    text-indent: 2em;
}

/* workshop */
.ny-con ul{
    display: flex;
    flex-flow:  row wrap;
}
.ny-con ul&gt;li{
    width: 32.4%;
    margin: 10px 10px 10px 0 ;
    cursor: pointer;
    
}
.ny-con1 ul&gt;li{
    margin: 10px 20px 10px 0 ;
    width: 23%;
    box-shadow: 0 0 10px -5px #666;
}
.ny-con ul&gt;li p{
    font-size: 14px;
    text-align: center;
    background: #990100;
    padding: 10px 0;
    color: #fff;
}


/* pro-xq */
.ny-pro-xq{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.tz-gallery{
    width: 48%;
}
.pro-title{
    width: 48%;
}
.pro-title&gt;p{
    font-size: 16px;
    line-height: 36px;
}
#ip-img-preview{
    width: 60% ;
}
.pro-xq-con{
    margin-top: 20px;
}
.pro-xq-con&gt;p{
    font-weight: bold;
    font-size: 20px;
}
.pro-xq-con table{
    width: 100%;
}
.pro-xq-con table tr td{
    border: solid 1px #333;
    padding: 5px 10px;
    text-align: center;
    width: 24%;
}
.pro-xq-con table tr td:first-of-type{
    background: #87ceef;
    color: #fff;
}
/* news */
.ny-news{
    padding: 50px 0;
}
.ny-news ul{
    display: flex;
    flex-flow:  row wrap;
    justify-content: space-between;
}
.ny-news ul li{
    width: 31%;
    margin: 5px 0;
}
.ny-news h2{
    font-size: 20px;
    font-weight: bold;
}
.ny-news h3{
    font-size: 16px;
}
.news-con{
    padding: 15px 5px;
}
.news-con h3{
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    color: #333;
}
.news-con span{
    padding: 10px 0;
    display: inline-block;
    color: #666;
    font-size: 14px;
}
.news-con p{
    color: #666;
    line-height: 28px;
}
/* contact */
.ny-contact{
    display: flex;
    flex-flow:  row wrap;
    justify-content: space-between;
    padding: 50px 0;
}
.ny-contact ul{
    width: 28%;
}
.ny-contact ul li{
    font-size: 14px;
    line-height: 30px;
}
.ny-contact ul li&gt;h3{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.ny-ditu{
    width: 70%;
}


.page,.page1{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 10px 10px;
    margin-top: 20px;
    width: 100%;
}
.page span,.page1 span{
    width: 50%;
    color: #000;
    font-size: 14px;
}
.page span:last-of-type,.page1 span:last-of-type{
    text-align: right;
}
.page span&gt;a{
    font-size: 14px;
    color: #000;
    border: solid 1px #ccc;
    padding: 2px 5px;
    border-radius: 5px;
}
.page span&gt;a&gt;select,.page span&gt;a&gt;select:focus{
    border: none;
}
.page-nums{
    display: none;
}
.page1 span&gt;a{
    color: #000;
}
.page-num{
    border: solid 1px #ccc;
    padding: 2px 10px;
    margin: 0 3px;
    border-radius: 5px;
}

@media all and (max-width:768px) {
   
    .page span,.page1 span{
        width: 100%;
        text-align: left !important;

    }
    .page span&gt;a{
        margin: 4px 0;
        display: inline-block;
        padding: 2px 8px;
    }

    .ny-nav,.bread{
        width: 100%;
        text-align: left;
    }
    
    .ny-news ul li,.ny-contact ul,.ny-ditu{
        width: 100%;
    }
    .ny-nav&gt;ul&gt;li{
        display: none;
    }
    .location{
        padding: 0 10px;
    }
    .ny-content{
        padding: 0 10px;
    }
    .ny-con ul&gt;li{
        width: 100%;
        padding: 5px;
        margin: 5px 0;
    }
    .tz-gallery,.pro-title{
        width: 100%;
    }
}</pre></body></html>